home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / evolu.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  181 b   |  12 lines

  1. on enterFrame
  2.   global dudecounter
  3.   set dudecounter to dudecounter + 1
  4.   if dudecounter > 3 then
  5.     set the timeoutScript to "prompter"
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(#loop)
  11. end
  12.